From: Luc Teirlinck Date: Thu, 1 Apr 2004 01:23:36 +0000 (+0000) Subject: (Buffer-menu-mode): Make the buffer-stale-function return `fast'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23406 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=39d489571f9673f0affdf9544ac519a5b53cac5a;p=emacs.git (Buffer-menu-mode): Make the buffer-stale-function return `fast'. --- diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index a1b0f4093c7..da1c8ed586e 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el @@ -185,7 +185,7 @@ Letters do not insert themselves; instead, they are commands. (set (make-local-variable 'revert-buffer-function) 'Buffer-menu-revert-function) (set (make-local-variable 'buffer-stale-function) - #'(lambda (&optional noconfirm) t)) + #'(lambda (&optional noconfirm) 'fast)) (setq truncate-lines t) (setq buffer-read-only t) (run-hooks 'buffer-menu-mode-hook))